body{
    font-family: 'Titillium Web', sans-serif;
}
.wrapper{
    display: flex;
    flex-direction: column;
}
.navbar{
    background-color: #FFFFFF;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .05);
    min-width: 100px  ;
}
.nav-link{
    color: #1a1a1a;
}
.nav-link:hover{
    color: #1a1a1a;
}
.logo-brand{
    min-width: 70px;
    max-width: 90px;
}

.navbar-toggler{ font-size: 40px; }
.navbar-toggler:focus { outline: mone; }

#inicial {
    background-image: url('../images/img002.jpg');
    background-size: cover;
    padding-top: 90px;
    min-height: 700px;
    color:#FFFFFF;
}
#contactando {
    align-items: center;
    background-color: #E2E5E7;
    padding-top: 5px;
    min-height: 100%;
    color: #1a1a1a;
}
.content-center{
    max-width: 800px;
    margin: 0 auto 60px;
    text-align: center;
}
.content-center2{
    max-width: 800px;
    margin: 0 auto 60px;
    text-align: center;
    background-color: #cccccc;
}
.content-center-slide{
    max-width: 800px;
    margin: 0 auto 60px;
    text-align: center;
    background-color: #cccccc;
}    
.slider{
    width: 95%;
    margin: auto;    
    

    animation: cambio 20s infinite alternate;
    animation-timing-function: ease-in;
}
.slider ul{
    display: flex;
    padding: 0; 
    width: 400%;

}
.slider li{
    width: 100%;
    list-style: none;
}
.slider img{
    width: 100%;
}



.contentctes {
    width: 100%;    
    
}

.title {
    font-size: 18px
    padding-left: 10px;
    padding-top: 10px;   
    padding-bottom: 10px;
    background-color: #ffffff;
    width: 95%;
    color: #000000;
}

.left {
    padding-left: 10px;
    padding-top: 10px;
    margin-left: 57px;
    float: left;
    position: relative;
    width: 45%;
    border: none;
    height: auto;
}

.right {
    padding-top: 10px;
    padding-left: 10px;
    margin-left: 10px;
    position: relative;
    float: left;
    width: 45%;
    border: none;
    height: auto;
}

.circular--square {
    border-radius: 50%;
  }

  .botones {
    width: 100%;
    text-align: center;
  }
  
  #separar {
    padding: 3%;
    display: inline-block;
  }
  
  .titulo {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-decoration: underline;
    color: #333333;
  }
  
  .boton {
    color: #fff !important;
    font-size: 20px;
    font-weight: 500;
    padding: 0.5em 1.2em;
    background: #318aac;
    border: 2px solid;
    border-color: #318aac;
    position: relative;
  }
  .boton:before {
    content:"";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    transition: all 1s ease;
  }
  .boton:hover:before {
  width: 100%;
  }
  
  .boton2 {
    color: #fff !important;
    font-size: 20px;
    font-weight: 500;
    padding: 0.5em 1.2em;
    background: #318aac;
    border: 2px solid;
    border-color: #318aac;
    position: relative;
  }
  .boton2:before {
    content:"";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 0px;
    background: rgba(255, 255, 255, 0.1);
    transition: all 1s ease;
  } 
  .boton2:hover:before {
    height: 100%;
  }
  
  .boton3 {
    color: #031922 !important;
    font-size: 15px;
    font-weight: 500;
    padding: 0.5em 1.2em;
    background: rgba(0,0,0,0);
    border: 1px solid;
    border-color: #ccccc;
    transition: all 1s ease;
    position: relative;
  }
  .boton3:hover {
    background: #031922 ;
    color: #fff !important;
  }
  
  .boton4 {
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 20px;
    font-weight: 500;
    padding: 0.5em 1.2em;
    background: #318aac;
    border: 2px solid;
    border-color: #318aac;
    position: relative;
  }
  .boton4:hover {
    color: rgba(255, 255, 255, 1) !important;
    box-shadow: 0 4px 16px rgba(49, 138, 172, 1);
    transition: all 0.2s ease;
  }
  
  .boton5 {
    color: #fff !important;
    font-size: 20px;
    font-weight: 500;
    padding: 0.5em 1.2em;
    background: #318aac;
    position: relative;
    border: 2px solid #318aac;
    outline: 1px solid;
    outline-color: rgba(49, 138, 172, 0.4);
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .boton5:hover {
    box-shadow: inset 0 0 20px rgba(49, 138, 172, 0.5), 0 0 20px rgba(49, 138, 172, 0.4);
    outline-color: rgba(49, 138, 172, 0);
    outline-offset: 80px;
    text-shadow: 1px 1px 6px #fff;
    border-shadow: 
  }
  
